home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / CONFIG.LC / CONFIG.RSH < prev    next >
Encoding:
Text File  |  2001-02-10  |  593 b   |  35 lines

  1. /* COLOR.RSH
  2.  *==========================================================================
  3.  * DATE: MAY 3, 1990    (from C. Gee)
  4.  * DESCRIPTION: RSH file from RESOURCE
  5.  */
  6.  
  7. #if USA
  8.  #include "resource\usa\usa.rsh" 
  9. #endif
  10.  
  11. #if    UK
  12.  #include "resource\uk\uk.rsh" 
  13. #endif
  14.  
  15. #if FRANCE
  16.  #include "resource\france\france.rsh" 
  17. #endif
  18.  
  19. #if GERMANY
  20.  #include "resource\germany\germany.rsh" 
  21. #endif
  22.  
  23. #if ITALY
  24.  #include "resource\italy\italy.rsh" 
  25. #endif
  26.  
  27. #if SPAIN
  28.  #include "resource\spain\spain.rsh" 
  29. #endif
  30.  
  31. #if SWEDEN
  32.  #include "resource\sweden\sweden.rsh" 
  33. #endif
  34.  
  35.